forked from mirrors/nixpkgs
gitlab-shell: Change name from gitlab-shell-go to gitlab-shell
This is left over from when gitlab-shell had a ruby part and a go part. The ruby part is now gone, so let's call the go part gitlab-shell.
This commit is contained in:
parent
f2bb5238aa
commit
a3b2828de3
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchFromGitLab, buildGoPackage, ruby }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "gitlab-shell-go";
|
||||
pname = "gitlab-shell";
|
||||
version = "11.0.0";
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
|
|
Loading…
Reference in a new issue