Commit 2ec380a3 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

equibop: remove `refs/tags/` from github release `meta.changelog`

parent ead2fda6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
  meta = {
    description = "Custom Discord App aiming to give you better performance and improve linux support";
    homepage = "https://github.com/Equicord/Equibop";
    changelog = "https://github.com/Equicord/Equibop/releases/tag/${finalAttrs.src.rev}";
    changelog = "https://github.com/Equicord/Equibop/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.gpl3Only;
    maintainers = [
      lib.maintainers.NotAShelf