mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
ktorrent: Add missing meta.license
This commit is contained in:
parent
c4c187ed72
commit
f814c3d090
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "KDE integrated BtTorrent client";
|
description = "KDE integrated BtTorrent client";
|
||||||
homepage = https://www.kde.org/applications/internet/ktorrent/;
|
homepage = https://www.kde.org/applications/internet/ktorrent/;
|
||||||
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ eelco ];
|
maintainers = with maintainers; [ eelco ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user