urxvt-theme-switch: don't use string as license

This commit is contained in:
jopejoe1
2025-09-28 18:47:20 +02:00
parent 1161656c36
commit 63cf8a1737
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "urxvt plugin that allows to switch color themes during runtime";
homepage = "https://github.com/felixr/urxvt-theme-switch";
license = "CCBYNC";
license = lib.licenses.cc-by-nc-30;
maintainers = [ ];
platforms = platforms.unix;
};