Commit b8a7c81a authored by Alex Ionescu's avatar Alex Ionescu
Browse files

owntracks-recorder: update changelog URL

parent 7af3192a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
  meta = {
    description = "Store and access data published by OwnTracks apps";
    homepage = "https://github.com/owntracks/recorder";
    changelog = "https://github.com/owntracks/recorder/blob/master/Changelog";
    changelog = "https://github.com/owntracks/recorder/releases/tag/${finalAttrs.version}";
    license = lib.licenses.gpl2Plus;
    platforms = lib.platforms.linux;
    maintainers = [ lib.maintainers.aionescu ];