mktorrent: add winter as maintainer

This commit is contained in:
Winter 2022-07-23 23:51:30 -04:00
parent e5efc4779d
commit 93e4d695fe

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Command line utility to create BitTorrent metainfo files";
homepage = "https://github.com/pobrn/mktorrent/wiki";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ Profpatsch ];
maintainers = with maintainers; [ Profpatsch winter ];
platforms = platforms.all;
};
}