cinnamon.mint-artwork: add meta

This commit is contained in:
Maciej Krüger 2021-11-23 02:25:26 +01:00
parent f5d3fd8276
commit 1ed9d6b5f9
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -1,4 +1,5 @@
{ stdenv
, lib
, fetchurl
, glib
, nixos-artwork
@ -36,4 +37,12 @@ stdenv.mkDerivation rec {
mv etc $out/etc
mv usr/share $out/share
'';
meta = with lib; {
homepage = "https://github.com/linuxmint/mint-artwork";
description = "Artwork for the cinnamon desktop";
license = licenses.gpl3; # from debian/copyright
platforms = platforms.linux;
maintainers = teams.cinnamon.members;
};
}