aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/build_depends/dub2nix/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/build_depends/dub2nix/dub.json')
-rw-r--r--src/build_depends/dub2nix/dub.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/build_depends/dub2nix/dub.json b/src/build_depends/dub2nix/dub.json
deleted file mode 100644
index 18ed81d..0000000
--- a/src/build_depends/dub2nix/dub.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "dub2nix",
- "authors": [
- "Lionello Lunesu"
- ],
- "dependencies": {
- "vibe-d:data": "*"
- },
- "stringImportPaths": ["."],
- "description": "Create Nix derivations for Dub package dependencies",
- "targetPath": "./bin/",
- "copyright": "Copyright © 2020, Lionello Lunesu",
- "license": "MIT",
- "targetType": "executable"
-}