Commit a19c689f authored by Doron Behar's avatar Doron Behar
Browse files

yudit: remove gone meta.changelog address

parent 391ba7ed
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ stdenv.mkDerivation (finalAttrs: {
  meta = {
    description = "Free Unicode plain-text editor for Unix-like systems";
    homepage = "https://www.yudit.org/";
    changelog = "https://www.yudit.org/download/CHANGELOG.TXT";
    mainProgram = "yudit";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ doronbehar ];