Fix dokuwiki theme URL

This commit is contained in:
Falbo 2025-01-18 01:58:49 +01:00
parent 20f3b99ff5
commit 28d3b18f01

View file

@ -15,7 +15,7 @@ let
template-darkblue = pkgs.stdenv.mkDerivation {
name = "darkblue";
src = builtins.fetchGit {
url = "git@github.com:ms101/dokuwiki-template-darkblue.git";
url = "https://github.com/ms101/dokuwiki-template-darkblue.git";
ref = "main";
rev = "14f8e738c83c16f2633d23fe30b7c6031551fa77";
};