aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/dclxvi
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-08 22:09:55 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-08 22:09:55 +0200
commit788c070012918172e7a69fb3d7ef47a29ac41709 (patch)
treea9d028366e147d162f558cb02f7c84c1fb676f7f /pkgs/development/libraries/dclxvi
parente2407c1e057c46c65db8ff71979292b7b1f4bb5e (diff)
dclxvi: add license
Diffstat (limited to 'pkgs/development/libraries/dclxvi')
-rw-r--r--pkgs/development/libraries/dclxvi/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/dclxvi/default.nix b/pkgs/development/libraries/dclxvi/default.nix
index 47f3794f5ad5..1f8f9a4e69cc 100644
--- a/pkgs/development/libraries/dclxvi/default.nix
+++ b/pkgs/development/libraries/dclxvi/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation {
description = "Naehrig, Niederhagen and Schwabe's pairings code, massaged into a shared library";
maintainers = with maintainers; [ wkennington ];
platforms = platforms.x86_64;
+ license = licenses.publicDomain;
};
}