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