mirror of
https://github.com/Phundrak/appwrite.el.git
synced 2025-05-09 02:24:56 +00:00
Please the linter, bump supported Emacs version to 27
This commit is contained in:
parent
ed42053b5c
commit
c826feb942
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
emacs-version:
|
||||
- 26.3
|
||||
- 27.1
|
||||
- 27.2
|
||||
- 28.1
|
||||
- snapshot
|
||||
|
7
Eask
7
Eask
@ -1,12 +1,13 @@
|
||||
;; -*- mode: cask -*-
|
||||
(package "appwrite"
|
||||
"0.1.0"
|
||||
"Appwrite server SDK for Emacs")
|
||||
"Appwrite server SDK")
|
||||
|
||||
(website-url "https://github.com/Phundrak/appwrite.el")
|
||||
(keywords "database" "emacs-lisp")
|
||||
(keywords "database" "extensions" "lisp" "tools" "appwrite")
|
||||
|
||||
(package-file "appwrite.el")
|
||||
|
||||
(source "gnu")
|
||||
|
||||
(depends-on "emacs" "26.1")
|
||||
(depends-on "emacs" "27.1")
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; appwrite.el --- Appwrite server SDK for Emacs -*- lexical-binding: t; -*-
|
||||
;;; appwrite.el --- Appwrite server SDK -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2022 Lucien Cartier-Tilet
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
;; Maintainer: Lucien Cartier-Tilet <lucien@phundrak.com>
|
||||
;; URL: https://github.com/Phundrak/appwrite.el
|
||||
;; Version: 0.1.0
|
||||
;; Package-Requires: ((emacs "26.1"))
|
||||
;; Keywords: database emacs-lisp
|
||||
;; Package-Requires: ((emacs "27.1"))
|
||||
;; Keywords: extensions, lisp, database, appwrite, tools
|
||||
|
||||
;; This file is not part of GNU Emacs.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user