Skip to content

Commit 6b353f0

Browse files
committed
Update a number of short descriptions to be 100 characters or less to reflect the new Hub length restriction
1 parent ee8f167 commit 6b353f0

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

buildpack-deps/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
A collection of common build dependencies, especially useful for installing arbitrary modules such as gems where build dependencies can't easily be determined beforehand.
1+
A collection of common build dependencies used for installing various modules, e.g., gems.

clojure/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Clojure is a dialect of the Lisp programming language designed to run atop of the Java Virtual Machine. Clojure is a general-purpose programming language with an emphasis on functional programming.
1+
Clojure is a dialect of Lisp that runs on the JVM.

gcc/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project that supports various programming languages.
1+
The GNU Compiler Collection is a compiling system that supports several languages.

hylang/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Hy is a dialect of the Lisp programming language designed to interoperate with Python by translating expressions into Python's abstract syntax tree (AST).
1+
Hy is a Lisp dialect that translates expressions into Python's abstract syntax tree.

java/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.
1+
Java is a concurrent, class-based, and object-oriented programming language.

mongo/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MongoDB is a document database that provides high performance, high availability, and easy scalability.
1+
MongoDB document databases provide high availability and easy scalability.

mysql/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MySQL is the world's second most widely used open-source relational database management system (RDBMS).
1+
MySQL is a widely used, open-source relational database management system (RDBMS).

node/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Node.js is a software platform for scalable server-side and networking applications. Node.js applications are written in JavaScript and run within the Node.js runtime on Mac OS X, Windows, and Linux.
1+
Node.js is a JavaScript-based platform for server-side and networking applications.

php/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PHP is a server-side scripting language designed for web development, but which can also be used as a general-purpose programming language.
1+
While designed for web development, the PHP scripting language also provides general-purpose use.

postgres/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PostgreSQL is a powerful, open source object-relational database system. It has a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.
1+
The PostgreSQL object-relational database system provides reliability and data integrity.

0 commit comments

Comments
 (0)