File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments