connman: meta cleanup
This commit is contained in:
parent
7a003eb9d5
commit
10be782f25
@ -51,10 +51,9 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Provides a daemon for managing internet connections";
|
description = "A daemon for managing internet connections";
|
||||||
homepage = "https://connman.net/";
|
homepage = https://connman.net/;
|
||||||
maintainers = [ maintainers.matejc ];
|
maintainers = [ maintainers.matejc ];
|
||||||
# tested only on linux, might work on others also
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user