fdtools: fixe homepage URL
and use SPDX 3.0 license identifier
This commit is contained in:
parent
f0f803bf87
commit
31683fe55d
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user