forked from mirrors/nixpkgs
Merge pull request #202451 from SuperSandro2000/maintainer-cleanup
This commit is contained in:
commit
878cb61054
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "senv";
|
||||
|
@ -20,5 +20,6 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/SpectralOps/senv";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
broken = stdenv.isDarwin; # needs golang.org/x/sys bump
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,6 +29,6 @@ buildGoModule rec {
|
|||
description = "Build a digital writing community";
|
||||
homepage = "https://github.com/writeas/writefreely";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, installShellFiles
|
||||
|
@ -41,5 +42,6 @@ buildGoModule rec {
|
|||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fgaz SuperSandro2000 ];
|
||||
broken = stdenv.isDarwin; # needs golang.org/x/sys bump
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue