agda-sheaves: use lib.licenses
This commit is contained in:
parent
963b5e820c
commit
270c7f0622
@ -16,7 +16,7 @@ agda.mkDerivation (self: rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/jonsterling/Agda-Sheaves";
|
homepage = "https://github.com/jonsterling/Agda-Sheaves";
|
||||||
description = "Sheaves in Agda";
|
description = "Sheaves in Agda";
|
||||||
license = "CC-BY-4.0";
|
license = stdenv.lib.licenses.cc-by-40;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user