Merge pull request #150787 from Luflosi/mktorrent-fix-link

mktorrent: fix link to homepage
This commit is contained in:
Bobby Rong 2021-12-15 15:56:39 +08:00 committed by GitHub
commit 1e40fd3a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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];