diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 17:33:27 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 17:33:27 +0100 |
commit | 3849d364751bcd5eea2ba0293027ca46ec44e3f1 (patch) | |
tree | 214a532330a4e95b8a7a52821baf2dad57b57a4b /host | |
parent | test (diff) | |
download | Rory-Open-Architecture-3849d364751bcd5eea2ba0293027ca46ec44e3f1.tar.xz |
test
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-synapse/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix index ff1f41e..7138d8d 100755 --- a/host/Rory-synapse/configuration.nix +++ b/host/Rory-synapse/configuration.nix @@ -167,7 +167,7 @@ mjolnir = prev.mjolnir.overrideAttrs (prevAttrs: { pname = "Draupnir"; version = "1.81.0"; - src = fetchFromGitHub { + src = fetchFromGithub { owner = "Gnuxie"; repo = "Draupnir"; rev = "v1.81.0"; |