arc-theme: fix license

This commit is contained in:
José Romildo Malaquias 2020-10-13 09:33:15 -03:00
parent b31577aea8
commit 71db2669e8

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell"; description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell";
homepage = "https://github.com/jnsh/arc-theme"; homepage = "https://github.com/jnsh/arc-theme";
license = licenses.gpl3; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ simonvandel romildo ]; maintainers = with maintainers; [ simonvandel romildo ];
}; };