Merge pull request #114682 from benneti/gopass-remove-platform
This commit is contained in:
commit
fb712db6f9
@ -60,7 +60,6 @@ buildGoModule rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ andir rvolosatovs ];
|
maintainers = with maintainers; [ andir rvolosatovs ];
|
||||||
changelog = "https://github.com/gopasspw/gopass/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/gopasspw/gopass/blob/v${version}/CHANGELOG.md";
|
||||||
platforms = platforms.unix;
|
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
gopass is a rewrite of the pass password manager in Go with the aim of
|
gopass is a rewrite of the pass password manager in Go with the aim of
|
||||||
|
@ -37,6 +37,5 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/gopasspw/git-credential-gopass";
|
homepage = "https://github.com/gopasspw/git-credential-gopass";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ benneti ];
|
maintainers = with maintainers; [ benneti ];
|
||||||
platforms = platforms.unix;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,6 +38,5 @@ buildGoModule rec {
|
|||||||
homepage = "https://www.gopass.pw/";
|
homepage = "https://www.gopass.pw/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ maxhbr ];
|
maintainers = with maintainers; [ maxhbr ];
|
||||||
platforms = platforms.unix;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user