parent
6aebe10f88
commit
10a1c39a89
@ -52,6 +52,6 @@ in stdenv.mkDerivation {
|
|||||||
homepage = "https://cr.yp.to/cdb";
|
homepage = "https://cr.yp.to/cdb";
|
||||||
license = lib.licenses.publicDomain;
|
license = lib.licenses.publicDomain;
|
||||||
maintainers = [ lib.maintainers.Profpatsch ];
|
maintainers = [ lib.maintainers.Profpatsch ];
|
||||||
platforms = [ lib.platforms.unix ];
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user