amfora: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:25:08 +02:00
parent f11544689f
commit a1e8e9a9e0
+3 -3
View File
@@ -10,7 +10,7 @@ buildGoModule (finalAttrs: {
version = "1.11.0";
src = fetchFromGitHub {
owner = "makeworld-the-better-one";
owner = "makew0rld";
repo = "amfora";
tag = "v${finalAttrs.version}";
hash = "sha256-6nY/wVqhSm+ZLA8ktrgmxoYiHK1r96aNbSf8+1YMXf8=";
@@ -26,9 +26,9 @@ buildGoModule (finalAttrs: {
meta = {
description = "Fancy terminal browser for the Gemini protocol";
mainProgram = "amfora";
homepage = "https://github.com/makeworld-the-better-one/amfora";
homepage = "https://github.com/makew0rld/amfora";
license = with lib.licenses; [ gpl3 ];
maintainers = with lib.maintainers; [ deifactor ];
changelog = "https://github.com/makeworld-the-better-one/amfora/blob/v${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/makew0rld/amfora/blob/v${finalAttrs.version}/CHANGELOG.md";
};
})