qogir-icon-theme: fix license

This commit is contained in:
José Romildo 2021-07-14 11:30:47 -03:00
parent 6f6d4a12c1
commit 2a99a029c5

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Flat colorful design icon theme";
homepage = "https://github.com/vinceliuice/Qogir-icon-theme";
license = with licenses; [ gpl3 ];
license = with licenses; [ gpl3Only ];
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};