Skip to content

Commit 929116e

Browse files
authored
expr: update repository owner (#361963)
2 parents 6157749 + c434c91 commit 929116e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ex/expr/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildGoModule rec {
88
version = "1.16.9";
99

1010
src = fetchFromGitHub {
11-
owner = "antonmedv";
11+
owner = "expr-lang";
1212
repo = "expr";
1313
rev = "v${version}";
1414
hash = "sha256-AyFL+XHxitueAadx1M/xWqeittDCQ/hzsE/fUzt75yI=";
@@ -26,8 +26,8 @@ buildGoModule rec {
2626

2727
meta = with lib; {
2828
description = "Expression language and expression evaluation for Go";
29-
homepage = "https://github.com/antonmedv/expr";
30-
changelog = "https://github.com/antonmedv/expr/releases/tag/${src.rev}";
29+
homepage = "https://github.com/expr-lang/expr";
30+
changelog = "https://github.com/expr-lang/expr/releases/tag/${src.rev}";
3131
license = licenses.mit;
3232
maintainers = with maintainers; [ figsoda ];
3333
mainProgram = "expr";

0 commit comments

Comments
 (0)