summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2017-11-02 20:35:05 +0100
committerBas van Dijk <v.dijk.bas@gmail.com>2017-11-03 00:14:00 +0100
commitc8943272153d1ad5c7dd1329bf0045f2834d52dd (patch)
tree49ebd22141a87c9fce11f5a918e2c87307baced3 /pkgs/top-level/aliases.nix
parent37c7bb42668949ebd0cddf3d85458db8763900f5 (diff)
downloadnixlib-c8943272153d1ad5c7dd1329bf0045f2834d52dd.tar
nixlib-c8943272153d1ad5c7dd1329bf0045f2834d52dd.tar.gz
nixlib-c8943272153d1ad5c7dd1329bf0045f2834d52dd.tar.bz2
nixlib-c8943272153d1ad5c7dd1329bf0045f2834d52dd.tar.lz
nixlib-c8943272153d1ad5c7dd1329bf0045f2834d52dd.tar.xz
nixlib-c8943272153d1ad5c7dd1329bf0045f2834d52dd.tar.zst
nixlib-c8943272153d1ad5c7dd1329bf0045f2834d52dd.zip
postage: replaced by pgmanage-10.0.2
postage is no longer maintained and has been replaced by the identical pgmanage. See:

https://github.com/workflowproducts/postage#postage-has-been-replaced-with-pgmanage

The following error is raised when a user enables the deprecated `services.postage.enable` option:

Failed assertions:
- services.postage is deprecated in favor of pgmanage. They have the same options so just substitute postage for pgmanage.
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 20d9ba833549..b6f36aa9de10 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -116,6 +116,7 @@ mapAliases (rec {
   pgp-tools = signing-party; # added 2017-03-26
   pidgin-with-plugins = pidgin; # added 2016-06
   pidginlatexSF = pidginlatex; # added 2014-11-02
+  postage = pgmanage; # added 2017-11-03
   poppler_qt5 = libsForQt5.poppler;  # added 2015-12-19
   PPSSPP = ppsspp; # added 2017-10-01
   prometheus-statsd-bridge = prometheus-statsd-exporter;  # added 2017-08-27