mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
mktorrent: formatting
This commit is contained in:
parent
46cf1b9781
commit
3f99d1b6b6
@ -1,4 +1,4 @@
|
||||
{lib, stdenv, fetchFromGitHub, openssl}:
|
||||
{ lib, stdenv, fetchFromGitHub, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mktorrent";
|
||||
@ -19,10 +19,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/pobrn/mktorrent/wiki";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
meta = with lib; {
|
||||
description = "Command line utility to create BitTorrent metainfo files";
|
||||
maintainers = with lib.maintainers; [Profpatsch];
|
||||
homepage = "https://github.com/pobrn/mktorrent/wiki";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user