connman: update homepage
And use SPDX 3.0 license identifier
This commit is contained in:
parent
1a7d399792
commit
7ccbd82a42
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue