amfora: update GitHub owner name
This commit is contained in:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user