dclxvi: add license

This commit is contained in:
Markus Kowalewski 2018-10-08 22:09:55 +02:00
parent e2407c1e05
commit 788c070012
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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