Unverified Commit 7d8e1c16 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

roc: fix changelog URL (#514369)

parents da69eefa 02f67a77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ rustPlatform.buildRustPackage {
    description = "Fast, friendly, functional programming language";
    mainProgram = "roc";
    homepage = "https://www.roc-lang.org/";
    changelog = "https://github.com/roc-lang/roc/releases/tag/${rocVersion}";
    changelog = "https://github.com/roc-lang/roc/releases/tag/alpha4-rolling";
    license = lib.licenses.upl;
    maintainers = [
      lib.maintainers.anton-4