dclxvi: add license

This commit is contained in:
Markus Kowalewski
2018-10-08 22:09:55 +02:00
parent e2407c1e05
commit 788c070012

View File

@@ -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;
};
}