git-standard: update GitHub owner name
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "2.3.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kamranahmedse";
|
||||
owner = "nilbuild";
|
||||
repo = "git-standup";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-x7Z4w4UzshXYc25ag6HopRrKbP+/ELkFPdsUBaUE1vY=";
|
||||
@@ -30,8 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "Recall what you did on the last working day";
|
||||
homepage = "https://github.com/kamranahmedse/git-standup";
|
||||
changelog = "https://github.com/kamranahmedse/git-standup/releases/tag/${finalAttrs.version}";
|
||||
homepage = "https://github.com/nilbuild/git-standup";
|
||||
changelog = "https://github.com/nilbuild/git-standup/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user