Skip to content

Commit

Permalink
expr: update repository owner (#361963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 5, 2024
2 parents 6157749 + c434c91 commit 929116e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ex/expr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildGoModule rec {
version = "1.16.9";

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

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

0 comments on commit 929116e

Please sign in to comment.