Unverified Commit 02f67a77 authored by Anton-4's avatar Anton-4
Browse files

roc: fix changelog URL

The previous url was 404.
Fix initiated because of  https://github.com/NixOS/nixpkgs/issues/514132
parent dfbcbf54
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