summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-07-11 11:57:07 (GMT)
committerEelco Dolstra <edolstra@gmail.com>2019-07-11 11:57:32 (GMT)
commit1bc54f0f74ae3a307aef68e2923661dbf4e1cd76 (patch)
tree59895fdab1e6dfa5e649e7f020a1698fceef8a53
parente153a3bdd12379b4e49f5fd7785410922d3d8792 (diff)
downloadpatchelf-1bc54f0f74ae3a307aef68e2923661dbf4e1cd76.zip
patchelf-1bc54f0f74ae3a307aef68e2923661dbf4e1cd76.tar.gz
patchelf-1bc54f0f74ae3a307aef68e2923661dbf4e1cd76.tar.bz2
epoch -> edition
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index eb6601c..f8b2104 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
name = "patchelf";
- epoch = 201906;
+ edition = 201906;
description = "A tool for modifying ELF executables and libraries";