Formatted
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{ lib, buildNpmPackage, fetchFromGitHub }:
|
||||
|
||||
{
|
||||
lib,
|
||||
buildNpmPackage,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
buildNpmPackage rec {
|
||||
pname = "cross-seed";
|
||||
version = "5.9.2";
|
||||
@@ -17,6 +20,5 @@ buildNpmPackage rec {
|
||||
description = "cross-seed is an app designed to help you download torrents that you can cross seed based on your existing torrents";
|
||||
homepage = "https://www.cross-seed.org";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rasmus-kirk ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user