diff options
author | Ben Sima <ben@bsima.me> | 2021-04-16 20:19:51 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:33 -0500 |
commit | 20d6537e45b6380a70f2e9c0d0bd89bb69a4892f (patch) | |
tree | e53c74d9aa4f1b1359813b07621f6cdd2bb3324a /Biz/Bild/Deps | |
parent | 13b4194fca11872d41c19c70897d86324097f446 (diff) |
Fix typo
Diffstat (limited to 'Biz/Bild/Deps')
-rw-r--r-- | Biz/Bild/Deps/gmnisrv.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/Deps/gmnisrv.nix b/Biz/Bild/Deps/gmnisrv.nix index 8c587a6..b4a298d 100644 --- a/Biz/Bild/Deps/gmnisrv.nix +++ b/Biz/Bild/Deps/gmnisrv.nix @@ -1,7 +1,7 @@ {stdenv, fetchgit, pkg-config, openssl, mailcap, scdoc}: stdenv.mkDerivation rec { - name = "gmnvisrv"; + name = "gmnisrv"; version = "f23ec10a"; src = fetchgit { url = "https://git.sr.ht/~sircmpwn/gmnisrv"; |