connman: update homepage

And use SPDX 3.0 license identifier
This commit is contained in:
Renaud
2022-02-06 15:10:20 +01:00
committed by c0bw3b
parent 1a7d399792
commit 7ccbd82a42
+2 -2
View File
@@ -172,9 +172,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A daemon for managing internet connections";
homepage = "https://01.org/connman";
homepage = "https://git.kernel.org/pub/scm/network/connman/connman.git/";
maintainers = [ maintainers.matejc ];
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Only;
};
}