summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-02-01 11:38:23 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-02-01 11:38:23 +0100
commit2e29d7105d56a52b144301d77697470cfed723ac (patch)
tree0de9ca5e04825ad8eb46b31a442dad244a933a9c /pkgs/top-level/aliases.nix
parent5a10613362b0c0fca109b63f223c5bb59cc57ce3 (diff)
downloadnixpkgs-2e29d7105d56a52b144301d77697470cfed723ac.tar
nixpkgs-2e29d7105d56a52b144301d77697470cfed723ac.tar.gz
nixpkgs-2e29d7105d56a52b144301d77697470cfed723ac.tar.bz2
nixpkgs-2e29d7105d56a52b144301d77697470cfed723ac.tar.lz
nixpkgs-2e29d7105d56a52b144301d77697470cfed723ac.tar.xz
nixpkgs-2e29d7105d56a52b144301d77697470cfed723ac.tar.zst
nixpkgs-2e29d7105d56a52b144301d77697470cfed723ac.zip
gobby: rename from gobby5
The attribute was initially renamed in ef403beb this way due to
incompatibilities between versions 0.4.x and 0.5.x back in 2010.
Additionally it hinders intuitive discovery of the package, because the
versioned package name is nothing a user would guess.

As we are moving to 0.6.0 this makes little sense anymore.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 8738021a6a7..6e131f21d10 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -242,6 +242,7 @@ mapAliases ({
   gnuvd = throw "gnuvd was removed because the backend service is missing"; # added 2020-01-14
   go_1_12 = throw "go_1_12 has been removed"; # added 2020-04-26
   go-pup = pup; # added 2017-12-19
+  gobby5 = gobby; # added 2021-02-01
   gobjectIntrospection = gobject-introspection; # added 2018-12-02
   goimports = gotools; # added 2018-09-16
   gometalinter = throw "gometalinter was abandoned by upstream. Consider switching to golangci-lint instead"; # added 2020-04-23