about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-30 23:42:05 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-30 23:44:18 +0200
commit9bb92e48ef7eb761a8378530e4c678c40cf2f1a9 (patch)
treef3fcfcd81d014a0bcf77c6145adf56fce2163738 /pkgs/top-level/aliases.nix
parentfac028f92d64dfb93c0de0ee8a21a940befeedac (diff)
downloadnixlib-9bb92e48ef7eb761a8378530e4c678c40cf2f1a9.tar
nixlib-9bb92e48ef7eb761a8378530e4c678c40cf2f1a9.tar.gz
nixlib-9bb92e48ef7eb761a8378530e4c678c40cf2f1a9.tar.bz2
nixlib-9bb92e48ef7eb761a8378530e4c678c40cf2f1a9.tar.lz
nixlib-9bb92e48ef7eb761a8378530e4c678c40cf2f1a9.tar.xz
nixlib-9bb92e48ef7eb761a8378530e4c678c40cf2f1a9.tar.zst
nixlib-9bb92e48ef7eb761a8378530e4c678c40cf2f1a9.zip
pgadmin3: drop
The package version is 6y old and was last maintained in 2017. By now we
have pgadmin4 packaged so there is no reason to keep this around.
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 1b3810baaf3e..4159b1dd0bbf 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -847,6 +847,7 @@ mapAliases ({
   perlXMLParser = throw "'perlXMLParser' has been renamed to/replaced by 'perlPackages.XMLParser'"; # Converted to throw 2022-02-22
   perlArchiveCpio = throw "'perlArchiveCpio' has been renamed to/replaced by 'perlPackages.ArchiveCpio'"; # Converted to throw 2022-02-22
   pgadmin = pgadmin4;
+  pgadmin3 = throw "pgadmin3 was removed for being unmaintained, use pgadmin4 instead."; # Added 2022-03-30
   pgp-tools = throw "'pgp-tools' has been renamed to/replaced by 'signing-party'"; # Converted to throw 2022-02-22
   pg_tmp = throw "'pg_tmp' has been renamed to/replaced by 'ephemeralpg'"; # Converted to throw 2022-02-22