mktorrent: fix link to homepage

The SourceForge link is dead (404), replace it with a different link.
Also change the GitHub owner from Rudde to pobrn as GitHub will automatically redirect otherwise and it would look weird if the link to the homepage had a different owner compared to the one in `fetchFromGitHub`.
main
Luflosi 3 years ago
parent 9482691069
commit 7b55233af3
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
  1. 4
      pkgs/tools/misc/mktorrent/default.nix

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.1";
src = fetchFromGitHub {
owner = "Rudde";
owner = "pobrn";
repo = "mktorrent";
rev = "v${version}";
sha256 = "17pdc5mandl739f8q26n5is8ga56s83aqcrwhlnnplbxwx2inidr";
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ];
meta = {
homepage = "http://mktorrent.sourceforge.net/";
homepage = "https://github.com/pobrn/mktorrent/wiki";
license = lib.licenses.gpl2Plus;
description = "Command line utility to create BitTorrent metainfo files";
maintainers = with lib.maintainers; [Profpatsch];

Loading…
Cancel
Save