mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
cwebbin: add license
This commit is contained in:
parent
a06e7c5b19
commit
e9da929e41
@ -13,6 +13,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
* add it to this list. The URL mentioned above is a good source for inspiration.
|
* add it to this list. The URL mentioned above is a good source for inspiration.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
abstyles = spdx {
|
||||||
|
spdxId = "Abstyles";
|
||||||
|
fullName = "Abstyles License";
|
||||||
|
};
|
||||||
|
|
||||||
afl21 = spdx {
|
afl21 = spdx {
|
||||||
spdxId = "AFL-2.1";
|
spdxId = "AFL-2.1";
|
||||||
fullName = "Academic Free License v2.1";
|
fullName = "Academic Free License v2.1";
|
||||||
|
@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Literate Programming in C/C++";
|
description = "Literate Programming in C/C++";
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
maintainers = with maintainers; [ vrthra ];
|
maintainers = with maintainers; [ vrthra ];
|
||||||
|
license = licenses.abstyles;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user