rxvt-unicode-plugins.{bidi,tabbedex}: specify licenses
This commit is contained in:
@@ -32,5 +32,8 @@ perlPackages.buildPerlPackage rec {
|
|||||||
homepage = "https://github.com/mkamensky/Text-Bidi";
|
homepage = "https://github.com/mkamensky/Text-Bidi";
|
||||||
maintainers = with maintainers; [ doronbehar ];
|
maintainers = with maintainers; [ doronbehar ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
# Quote from the README:
|
||||||
|
# same terms as the Perl 5 programming language system itself
|
||||||
|
license = perlPackages.perl.meta.license;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/mina86/urxvt-tabbedex";
|
homepage = "https://github.com/mina86/urxvt-tabbedex";
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
license = lib.licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user