summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-02 23:08:14 +0000
committerGitHub <noreply@github.com>2019-10-02 23:08:14 +0000
commit355425b7cb71118ad706905098eaeb70820e92dd (patch)
tree51b4d98fd21c39c42cdaddb2fbbef7487aca8ace
parentd56027132014b9ce4fe0b2dac0b40c96d368c8d2 (diff)
parent45a9542a37315f3857f1d1e2a0e886a3218d54d7 (diff)
downloadnixpkgs-355425b7cb71118ad706905098eaeb70820e92dd.tar
nixpkgs-355425b7cb71118ad706905098eaeb70820e92dd.tar.gz
nixpkgs-355425b7cb71118ad706905098eaeb70820e92dd.tar.bz2
nixpkgs-355425b7cb71118ad706905098eaeb70820e92dd.tar.lz
nixpkgs-355425b7cb71118ad706905098eaeb70820e92dd.tar.xz
nixpkgs-355425b7cb71118ad706905098eaeb70820e92dd.tar.zst
nixpkgs-355425b7cb71118ad706905098eaeb70820e92dd.zip
Merge pull request #70293 from schmittlauch/cawbird2
corebird: move deprecation warning to aliases and release notes
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml6
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix2
3 files changed, 7 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index e4dcc90cdd3..f42471c5969 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -513,6 +513,12 @@
        must be owned by either <literal>root</literal> or the user specified in <option>services.gitlab.user</option>.
      </para>
    </listitem>
+   <listitem>
+     <para>
+       The Twitter client <literal>corebird</literal> has been dropped as <link xlink:href="https://www.patreon.com/posts/corebirds-future-18921328">it is discontinued and does not work against the new Twitter API</link>.
+       Please use the fork <literal>cawbird</literal> instead which has been adapted to the API changes and is still maintained.
+     </para>
+   </listitem>
   </itemizedlist>
  </section>
 
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index a6b4c2db0f8..091824a5239 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -67,6 +67,7 @@ mapAliases ({
   compton-git = compton; # added 2019-05-20
   conntrack_tools = conntrack-tools; # added 2018-05
   cool-old-term = cool-retro-term; # added 2015-01-31
+  corebird = throw "deprecated 2019-10-02: See https://www.patreon.com/posts/corebirds-future-18921328. Please use Cawbird as replacement.";
   cpp-gsl = microsoft_gsl; # added 2019-05-24
   cupsBjnp = cups-bjnp; # added 2016-01-02
   cups_filters = cups-filters; # added 2016-08
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7c7a95dbe97..b0d6eb2b807 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1381,8 +1381,6 @@ in
 
   copyright-update = callPackage ../tools/text/copyright-update { };
 
-  corebird = throw "corebird has been discontinued, use cawbird instead";
-
   inherit (callPackage ../tools/misc/coreboot-utils { })
     msrtool
     cbmem