dclxvi: add license
This commit is contained in:
parent
e2407c1e05
commit
788c070012
|
@ -31,5 +31,6 @@ stdenv.mkDerivation {
|
||||||
description = "Naehrig, Niederhagen and Schwabe's pairings code, massaged into a shared library";
|
description = "Naehrig, Niederhagen and Schwabe's pairings code, massaged into a shared library";
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
platforms = platforms.x86_64;
|
platforms = platforms.x86_64;
|
||||||
|
license = licenses.publicDomain;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue