fdtools: fixe homepage URL

and use SPDX 3.0 license identifier
This commit is contained in:
Renaud 2022-02-06 11:30:42 +01:00 committed by c0bw3b
parent f0f803bf87
commit 31683fe55d

View File

@ -78,9 +78,9 @@ in stdenv.mkDerivation {
'';
meta = {
homepage = "https://code.dogmap.org./fdtools/";
homepage = "https://code.dogmap.org/fdtools/";
description = "A set of utilities for working with file descriptors";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.Profpatsch ];
};