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 = {
homepage = "https://cr.yp.to/cdb";
homepage = "https://cr.yp.to/cdb.html";
license = lib.licenses.publicDomain;
maintainers = [ lib.maintainers.Profpatsch ];
platforms = lib.platforms.unix;