connman: update homepage

And use SPDX 3.0 license identifier
main
Renaud 2 years ago committed by c0bw3b
parent 1a7d399792
commit 7ccbd82a42
  1. 4
      pkgs/tools/networking/connman/connman.nix

@ -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;
};
}

Loading…
Cancel
Save