pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/reovim



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Jan 15 18:43:43 UTC 2026

Modified Files:
        pkgsrc/editors/reovim: Makefile

Log Message:
reovim: reflect license change


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/reovim/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/reovim/Makefile
diff -u pkgsrc/editors/reovim/Makefile:1.4 pkgsrc/editors/reovim/Makefile:1.5
--- pkgsrc/editors/reovim/Makefile:1.4  Thu Jan 15 18:23:44 2026
+++ pkgsrc/editors/reovim/Makefile      Thu Jan 15 18:43:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2026/01/15 18:23:44 pin Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/15 18:43:43 pin Exp $
 
 DISTNAME=      reovim-0.8.1
 CATEGORIES=    editors
@@ -8,7 +8,7 @@ GITHUB_TAG=     v${PKGVERSION_NOREV}
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/ds1sqe/reovim/
 COMMENT=       Rust-powered neovim-like text editor
-LICENSE=       mit #gnu-agpl-v3
+LICENSE=       gnu-agpl-v3
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index