summaryrefslogtreecommitdiff
path: root/examples/vanity.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vanity.yaml')
-rw-r--r--examples/vanity.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/vanity.yaml b/examples/vanity.yaml
deleted file mode 100644
index 78d9dca..0000000
--- a/examples/vanity.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (c) 2023 Nicolas Paul All rights reserved.
-# Use of this source code is governed by a BSD-style
-# license that can be found in the LICENSE file.
-
-hostname: example.com
-paths:
- - prefix: foo
- repository: https://github.com/example/foo.git
- vcs: git
- dir: https://github.com/example/foo/tree/master{/dir}
- file: https://github.com/example/foo/blob/master{/dir}/{file}#L{line}
- - prefix: bar
- repository: https://svn.example.com/~baz/bar.svn
- vcs: svn
- dir: https://svn.example.com/~baz/bar.svn{/dir}
- file: https://svn.example.com/~baz/bar.svn{/dir}/{file}#{line}