3
0
Fork 0
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:
talyz 2020-03-02 21:24:40 +01:00 committed by Milan
parent f2bb5238aa
commit a3b2828de3

View file

@ -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";