about summary refs log tree commit diff
path: root/pkgs/profpatsch/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-05 23:54:51 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-06 14:14:44 +0200
commit75eb816a6372518b6c047a266089875a358e9517 (patch)
tree6797a1c3ecc5b81cee1e6fac136bd276bdda0b8b /pkgs/profpatsch/default.nix
parent1b123de4a817a5f5b21def3d01914c97017ce19a (diff)
pkgs/profpatsch: rename encode to netencode
Less generic, has the spirit of “netstrings, but extended to a
structured encoding format”.
Diffstat (limited to 'pkgs/profpatsch/default.nix')
-rw-r--r--pkgs/profpatsch/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index d2a968c9..89f153cd 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -215,8 +215,8 @@ in rec {
     Prelude
     ;
 
-  inherit (import ./encode { inherit pkgs writeRustSimpleLib; })
-    encode-rs
-    encode-rs-tests
+  inherit (import ./netencode { inherit pkgs writeRustSimpleLib; })
+    netencode-rs
+    netencode-rs-tests
     ;
 }