Fix misspelled meta.maintainers attributes
This commit is contained in:
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Font files available from Google Font";
|
||||
license = with licenses; [ asl20 ofl ufl ];
|
||||
platforms = platforms.all;
|
||||
maintainer = with maintainers; [ manveru ];
|
||||
maintainers = with maintainers; [ manveru ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
license = with licenses; [ asl20 free ofl ];
|
||||
platforms = platforms.all;
|
||||
maintainer = with maintainers; [ malyn ];
|
||||
maintainers = with maintainers; [ malyn ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ in
|
||||
description = "A repository of data files describing media player capabilities";
|
||||
homepage = "http://www.freedesktop.org/wiki/Software/media-player-info/";
|
||||
license = licenses.bsd3;
|
||||
maintainer = with maintainers; [ ttuegel ];
|
||||
maintainers = with maintainers; [ ttuegel ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user