Merge pull request #114682 from benneti/gopass-remove-platform

This commit is contained in:
Sandro
2021-02-28 20:01:35 +01:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

@@ -60,7 +60,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ andir rvolosatovs ];
changelog = "https://github.com/gopasspw/gopass/blob/v${version}/CHANGELOG.md";
platforms = platforms.unix;
longDescription = ''
gopass is a rewrite of the pass password manager in Go with the aim of

View File

@@ -37,6 +37,5 @@ buildGoModule rec {
homepage = "https://github.com/gopasspw/git-credential-gopass";
license = licenses.mit;
maintainers = with maintainers; [ benneti ];
platforms = platforms.unix;
};
}

View File

@@ -38,6 +38,5 @@ buildGoModule rec {
homepage = "https://www.gopass.pw/";
license = licenses.mit;
maintainers = with maintainers; [ maxhbr ];
platforms = platforms.unix;
};
}