Commit 10bada97 authored by 7c6f434c's avatar 7c6f434c
Browse files

rxvt-unicode-plugins.{bidi,tabbedex}: specify licenses

parent 2b286e65
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,5 +32,8 @@ perlPackages.buildPerlPackage rec {
    homepage = "https://github.com/mkamensky/Text-Bidi";
    maintainers = with maintainers; [ doronbehar ];
    platforms = with platforms; unix;
    # Quote from the README:
    # same terms as the Perl 5 programming language system itself
    license = perlPackages.perl.meta.license;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/mina86/urxvt-tabbedex";
    maintainers = [ ];
    platforms = with platforms; unix;
    license = lib.licenses.gpl3Plus;
  };
}