about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSamuel Leathers <samuel.leathers@iohk.io>2019-09-09 11:24:15 -0400
committerSamuel Leathers <samuel.leathers@iohk.io>2019-09-09 11:26:58 -0400
commit01268fda85b7eee4e462c873d8654f975067731f (patch)
treef4cebf9ea232db9016b58635ed2c64d0f49b9d29 /lib
parentd5c5847652819f97f8a04f4544c85cf8fc118f28 (diff)
downloadnixlib-01268fda85b7eee4e462c873d8654f975067731f.tar
nixlib-01268fda85b7eee4e462c873d8654f975067731f.tar.gz
nixlib-01268fda85b7eee4e462c873d8654f975067731f.tar.bz2
nixlib-01268fda85b7eee4e462c873d8654f975067731f.tar.lz
nixlib-01268fda85b7eee4e462c873d8654f975067731f.tar.xz
nixlib-01268fda85b7eee4e462c873d8654f975067731f.tar.zst
nixlib-01268fda85b7eee4e462c873d8654f975067731f.zip
20.03 is Markhor
* Markhor is a spiral horned animal that is on the endangered species list
* https://en.wikipedia.org/wiki/Markhor
Diffstat (limited to 'lib')
-rw-r--r--lib/trivial.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trivial.nix b/lib/trivial.nix
index f2710a6f0338..54c66cfce7b9 100644
--- a/lib/trivial.nix
+++ b/lib/trivial.nix
@@ -134,7 +134,7 @@ rec {
      On each release the first letter is bumped and a new animal is chosen
      starting with that new letter.
   */
-  codeName = "Loris";
+  codeName = "Markhor";
 
   /* Returns the current nixpkgs version suffix as string. */
   versionSuffix =