cdb: fix meta.homepage

Without the .html, the server returns access denied.
This commit is contained in:
Benjamin Hipple 2020-03-14 00:44:41 -04:00 committed by Alyssa Ross
parent 01f03f30db
commit 3a68a3313e

View File

@ -50,7 +50,7 @@ in stdenv.mkDerivation {
''; '';
meta = { meta = {
homepage = "https://cr.yp.to/cdb"; homepage = "https://cr.yp.to/cdb.html";
license = lib.licenses.publicDomain; license = lib.licenses.publicDomain;
maintainers = [ lib.maintainers.Profpatsch ]; maintainers = [ lib.maintainers.Profpatsch ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;