connman: meta cleanup

This commit is contained in:
Joachim Fasting 2016-09-22 22:55:15 +02:00
parent 7a003eb9d5
commit 10be782f25
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

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