tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
rtorrent: add license
see issue #43716
Pascal Wittmann
7 years ago
1058537c
1857fe6c
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
p2p
rtorrent
default.nix
+1
pkgs/tools/networking/p2p/rtorrent/default.nix
···
47
48
platforms = platforms.unix;
49
maintainers = with maintainers; [ ebzzry codyopel ];
0
50
};
51
}
···
47
48
platforms = platforms.unix;
49
maintainers = with maintainers; [ ebzzry codyopel ];
50
+
license = licenses.gpl2Plus;
51
};
52
}